[INFO] fetching crate tour 0.1.0...
[INFO] fixing tour-0.1.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate tour 0.1.0 into /workspace/builds/worker-7-tc1/source
[INFO] started tweaking crates.io crate tour 0.1.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate tour 0.1.0
[INFO] tweaked toml for crates.io crate tour 0.1.0 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate tour 0.1.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate tour 0.1.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded tour-core v0.1.0
[INFO] [stderr]   Downloaded tour-macros v0.1.0
[INFO] [stderr]   Downloaded tour-parser v0.1.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 822c1074010211f0568b1c08cd2e87d0683f9fab70df478067d2575aa96eaebf
[INFO] running `Command { std: "docker" "start" "822c1074010211f0568b1c08cd2e87d0683f9fab70df478067d2575aa96eaebf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "822c1074010211f0568b1c08cd2e87d0683f9fab70df478067d2575aa96eaebf" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "822c1074010211f0568b1c08cd2e87d0683f9fab70df478067d2575aa96eaebf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "822c1074010211f0568b1c08cd2e87d0683f9fab70df478067d2575aa96eaebf" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling tour-core v0.1.0
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling tour-parser v0.1.0
[INFO] [stderr]    Compiling tour-macros v0.1.0
[INFO] [stderr]     Checking tour v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: cannot read `/opt/rustwide/workdir/tour/tests/import/import.html`: No such file or directory (os error 2)
[INFO] [stdout]  --> tests/import.rs:5:14
[INFO] [stdout]   |
[INFO] [stdout] 5 |     #[derive(Template)]
[INFO] [stdout]   |              ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `Template` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot read `/opt/rustwide/workdir/tour/tests/block/block.html`: No such file or directory (os error 2)
[INFO] [stdout]  --> tests/block.rs:5:14
[INFO] [stdout]   |
[INFO] [stdout] 5 |     #[derive(Template)]
[INFO] [stdout]   |              ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `Template` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot read `/opt/rustwide/workdir/tour/tests/import/alias.html`: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/import.rs:18:14
[INFO] [stdout]    |
[INFO] [stdout] 18 |     #[derive(Template)]
[INFO] [stdout]    |              ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Template` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot read `/opt/rustwide/workdir/tour/tests/import/block.html`: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/import.rs:31:14
[INFO] [stdout]    |
[INFO] [stdout] 31 |     #[derive(Template)]
[INFO] [stdout]    |              ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Template` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot read `/opt/rustwide/workdir/tour/tests/block/block.html`: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/block.rs:22:14
[INFO] [stdout]    |
[INFO] [stdout] 22 |     #[derive(Template)]
[INFO] [stdout]    |              ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Template` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot read `/opt/rustwide/workdir/tour/tests/block/block.html`: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/block.rs:32:14
[INFO] [stdout]    |
[INFO] [stdout] 32 |     #[derive(Template)]
[INFO] [stdout]    |              ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Template` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot read `/opt/rustwide/workdir/tour/tests/layout/base.html`: No such file or directory (os error 2)
[INFO] [stdout]  --> tests/layout.rs:5:14
[INFO] [stdout]   |
[INFO] [stdout] 5 |     #[derive(Template)]
[INFO] [stdout]   |              ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `Template` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `render` found for struct `Root` in the current scope
[INFO] [stdout]  --> tests/block.rs:9:18
[INFO] [stdout]   |
[INFO] [stdout] 7 |     struct Root;
[INFO] [stdout]   |     ----------- method `render` not found for this struct
[INFO] [stdout] 8 |
[INFO] [stdout] 9 |     let p = Root.render().unwrap();
[INFO] [stdout]   |                  ^^^^^^ method not found in `Root`
[INFO] [stdout]   |
[INFO] [stdout]   = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]   = note: the following trait defines an item `render`, perhaps you need to implement it:
[INFO] [stdout]           candidate #1: `Template`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `render` found for struct `import::Import` in the current scope
[INFO] [stdout]   --> tests/import.rs:11:15
[INFO] [stdout]    |
[INFO] [stdout]  7 |     struct Import;
[INFO] [stdout]    |     ------------- method `render` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 11 |         templ.render().unwrap(),
[INFO] [stdout]    |               ^^^^^^ method not found in `import::Import`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following trait defines an item `render`, perhaps you need to implement it:
[INFO] [stdout]            candidate #1: `Template`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `render` found for struct `NestedLayout` in the current scope
[INFO] [stdout]   --> tests/layout.rs:17:57
[INFO] [stdout]    |
[INFO] [stdout]  7 |     struct NestedLayout {
[INFO] [stdout]    |     ------------------- method `render` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 17 |     let layout = NestedLayout { name: "barred".into() }.render().unwrap();
[INFO] [stdout]    |                                                         ^^^^^^ method not found in `NestedLayout`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following trait defines an item `render`, perhaps you need to implement it:
[INFO] [stdout]            candidate #1: `Template`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `render` found for struct `import_alias::Import` in the current scope
[INFO] [stdout]   --> tests/import.rs:24:15
[INFO] [stdout]    |
[INFO] [stdout] 20 |     struct Import;
[INFO] [stdout]    |     ------------- method `render` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 24 |         templ.render().unwrap(),
[INFO] [stdout]    |               ^^^^^^ method not found in `import_alias::Import`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following trait defines an item `render`, perhaps you need to implement it:
[INFO] [stdout]            candidate #1: `Template`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `render` found for struct `block_comptime::Block` in the current scope
[INFO] [stdout]   --> tests/block.rs:26:19
[INFO] [stdout]    |
[INFO] [stdout] 24 |     struct Block;
[INFO] [stdout]    |     ------------ method `render` not found for this struct
[INFO] [stdout] 25 |
[INFO] [stdout] 26 |     let p = Block.render().unwrap();
[INFO] [stdout]    |                   ^^^^^^ method not found in `block_comptime::Block`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following trait defines an item `render`, perhaps you need to implement it:
[INFO] [stdout]            candidate #1: `Template`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `render` found for struct `import_block::Import` in the current scope
[INFO] [stdout]   --> tests/import.rs:37:15
[INFO] [stdout]    |
[INFO] [stdout] 33 |     struct Import;
[INFO] [stdout]    |     ------------- method `render` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 37 |         templ.render().unwrap(),
[INFO] [stdout]    |               ^^^^^^ method not found in `import_block::Import`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following trait defines an item `render`, perhaps you need to implement it:
[INFO] [stdout]            candidate #1: `Template`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `tour` (test "layout") due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `render_block` found for struct `block_runtime::Block` in the current scope
[INFO] [stdout]   --> tests/block.rs:36:19
[INFO] [stdout]    |
[INFO] [stdout] 34 |     struct Block;
[INFO] [stdout]    |     ------------ method `render_block` not found for this struct
[INFO] [stdout] 35 |
[INFO] [stdout] 36 |     let p = Block.render_block("Body").unwrap();
[INFO] [stdout]    |                   ^^^^^^^^^^^^ method not found in `block_runtime::Block`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following trait defines an item `render_block`, perhaps you need to implement it:
[INFO] [stdout]            candidate #1: `Template`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `tour` (test "import") due to 6 previous errors
[INFO] [stderr] error: could not compile `tour` (test "block") due to 6 previous errors
[INFO] running `Command { std: "docker" "inspect" "822c1074010211f0568b1c08cd2e87d0683f9fab70df478067d2575aa96eaebf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "822c1074010211f0568b1c08cd2e87d0683f9fab70df478067d2575aa96eaebf", kill_on_drop: false }`
[INFO] [stdout] 822c1074010211f0568b1c08cd2e87d0683f9fab70df478067d2575aa96eaebf
